Files
IntroToWebAuthoring/Cargo.toml
T

24 lines
544 B
TOML
Raw Normal View History

2025-10-22 15:23:29 -06:00
[package]
name = "IntroToWebAuthoring"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
2025-10-27 10:43:40 -06:00
fontdue = "0.9.3"
lazy_static = "1.5.0"
2025-10-30 14:44:41 -06:00
quick-xml = "0.38.3"
2025-11-10 11:08:23 -07:00
wasm-bindgen = "0.2.105"
# web-sys = "0.3.82"
# fontdue = "0.9.3"
# lazy_static = "1.5.0"
# quick-xml = "0.38.3"
# wasm-bindgen = {version = "0.2.104"}
web-sys = {version = "0.3.82", features = ['CanvasRenderingContext2d', 'Document', 'Element', 'HtmlCanvasElement', 'Window', 'ImageData']}
2025-10-22 15:23:29 -06:00
# [dependencies.web-sys]
# features =
# path = "../../crates/web-sys"