gupax/external
2022-12-18 13:57:50 -05:00
..
egui@62b4d427c0 icons: custom icon per OS, build.rs, cargo-bundle 2022-10-31 17:03:59 -04:00
rust-runas@54ace0fcc0 Update [/external] 2022-12-18 13:57:50 -05:00
README.md Update [/external] 2022-12-18 13:57:50 -05:00

external

These are some external git repositories for various purposes:

Repo Purpose
egui [external/egui/crates/eframe/src/native/run.rs] line 41: [.with_srgb(true)]. This line causes a [panic!] inside a Windows VM, from a Linux host. The only change is [.with_srgb()] is set to [false]. This is only used for testing, since ironically, this crashes bare-metal Windows.
rust-runas This contains some interesting code that could be used as an alternative to running proccesses with elevated privilege in Windows for Gupax