dyna3/app-proto
Aaron Fenyes 2bae8d3df9 Prevent unused imports for engine debug output
In the process, switch from the `web-sys` crate's `console::log_1`
function to Sycamore's more flexible `console_log` macro. The latter
works both inside and outside the browser, so we can use it without
checking whether we're compiling to WebAssembly.
2025-07-24 16:32:18 -07:00
..
examples feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
src Prevent unused imports for engine debug output 2025-07-24 16:32:18 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
Cargo.toml feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
index.html feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
main.css feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
run-examples.sh feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00