diff options
| author | LLLL Colonq <llll@colonq> | 2024-10-13 23:46:06 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-10-13 23:46:06 -0400 |
| commit | 3efd3026d22c71e95a853985f3f50f52147d287e (patch) | |
| tree | 86d6e50f41cf389089ac24e1c83d2b28f60922d9 /rust-toolchain.toml | |
| parent | b86e6259278892b85aa07da4b98e2d7daf807e21 (diff) | |
Instanced rendering, mouse move event
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..a09cf93 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +targets = [ "wasm32-unknown-unknown" ]
\ No newline at end of file |
