Skip to content

Commit d02f889

Browse files
committed
forgot wee alloc toml
1 parent 1d5468b commit d02f889

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ fastnum=["kalc-lib/fastnum","kalc-lib"]
5252
kalc-lib=["dep:kalc-lib"]
5353
wasm=["dep:wasm-bindgen", "dep:web-sys"]
5454
wasm-draw=["rupl/wasm", "wasm", "rupl/winit", "dep:winit"]
55+
wee=["dep:wee_alloc"]
5556

5657
[dependencies]
5758
egui={version="0.31.1",default-features = false,optional=true}
@@ -66,4 +67,5 @@ rupl={version = "0.1.2",path="../rupl",default-features = false}
6667
kalc-lib={version="1.5.1",default-features=false,features = ["fastrand"],path="../kalc-lib",optional = true}
6768
wasm-bindgen = {version="0.2.100",optional = true}
6869
#console_error_panic_hook = { version = "0.1.7", optional = true }
69-
web-sys = { version = "0.3.77", features = ["CanvasRenderingContext2d", "HtmlCanvasElement"], optional = true }
70+
web-sys = { version = "0.3.77", features = ["CanvasRenderingContext2d", "HtmlCanvasElement"], optional = true }
71+
wee_alloc = {version = "0.4.5", optional = true}

0 commit comments

Comments
 (0)