Font scale

This commit is contained in:
Michael Mikovsky
2025-11-10 11:08:23 -07:00
parent da608d0dca
commit a38b37878e
14 changed files with 283 additions and 67 deletions
+7 -2
View File
@@ -10,8 +10,13 @@ crate-type = ["cdylib"]
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.81", features = ['CanvasRenderingContext2d', 'Document', 'Element', 'HtmlCanvasElement', 'Window', 'ImageData']}
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']}
# [dependencies.web-sys]
# features =