SvelteRust
SvelteRust
I have expanded on the module and added more drawing commands in my repository: https://github.com/knarkzel/ogc-rs.
Which functions?
Would be awesome to have this. Makes it possible to use `shorebird` with Github Actions without setting up all the tooling.
Hmm interesting, haven't used fullscreen windows myself. The code is very short, are you familiar with Rust code and able debug it?
Would probably need to modify this and check if window is fullscreen or something like that: https://github.com/knarkzel/raise/blob/master/src/main.rs#L75-L83
Awesome, I'll give it a shot
Ait, so I tried out these patches: ``` [patch.crates-io] esp-idf-sys = { git = "https://github.com/haileys/esp-idf-sys.git", rev = "211af868958ed5f5ceb2b7945a56bb131fd6ec11" } embuild = { git = "https://github.com/haileys/embuild.git", rev = "5292871f5b3a0a78f398f80e8c159f47afb1df87" } ```...
https://github.com/haileys/esp-idf-sys/commit/c4b8098b5201a8d7b3ac508edbf1086778f7cc56#diff-34a4c2047b858b330b2ca645dea0213b084e260f61c03c5288b65e2a395d3e9cR188-R189
 Need to run this custom path instead, what's the env variable for that?
``` hello-esp32c3 via nix-shell-env ❯ echo $IDF_PATH /nix/store/bmckqqb26qy16agaql75m5w1bwi4kp51-esp-idf-v5.1 ```