From 6c00c069ccf08ef5e577c16acc78a5b1f53a0f8f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 18 Jan 2025 20:46:08 -0500 Subject: Rework font rendering, configurable resolution --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 562b6dd..47ed866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ reqwest = "*" # http requests bytes = "*" # bytes for http responses [target.'cfg(target_arch = "wasm32")'.dependencies] -winit = "*" # windowing and events +winit = {version = "*", features = ["serde"]} # windowing and events getrandom = {version = "*", features = ["js"]} # rng in the browser console_log = "*" # log to browser console console_error_panic_hook = "*" # log to browser console on panic @@ -44,4 +44,4 @@ web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCan [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" sdl2 = "*" -kira = "*" \ No newline at end of file +kira = "0.9.6" \ No newline at end of file -- cgit v1.2.3