mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-08 16:18:01 -06:00
Get rendering working
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "IntroToWebAuthoring"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = {version = "0.2.104"}
|
||||
web-sys = {version = "0.3.81", features = ['CanvasRenderingContext2d', 'Document', 'Element', 'HtmlCanvasElement', 'Window', 'ImageData']}
|
||||
|
||||
# [dependencies.web-sys]
|
||||
# features =
|
||||
# path = "../../crates/web-sys"
|
||||
Reference in New Issue
Block a user