1 parent c0f17bd commit abd917dCopy full SHA for abd917d
2 files changed
.gitignore
@@ -18,7 +18,7 @@ frontend/frontend/
18
19
# Generated reports and render intermediates
20
tmp/
21
-# output/
+output/
22
release/
23
24
# Operating-system metadata
Cargo.toml
@@ -10,14 +10,6 @@ repository = "https://github.com/namvdo/set-valued-viz"
10
[lib]
11
crate-type = ["cdylib", "rlib"]
12
13
-[[example]]
14
-name = "imperial_core_lab"
15
-test = false
16
-
17
-name = "imperial_practice"
-test = true
[dependencies]
nalgebra = "0.33.0"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
0 commit comments