Rust trial: write benchmark

This commit is contained in:
Aaron Fenyes 2024-08-09 15:12:44 -07:00
parent 6b0fad89dc
commit 0b3fe689cd
7 changed files with 345 additions and 0 deletions

View file

@ -0,0 +1,23 @@
body {
margin-left: 20px;
margin-top: 20px;
color: #fcfcfc;
background-color: #202020;
}
#app {
display: flex;
flex-direction: column;
width: 600px;
}
canvas {
float: left;
background-color: #020202;
border-radius: 10px;
margin-top: 5px;
}
input {
margin-top: 5px;
}