Update [/external]

This commit is contained in:
hinto-janaiyo 2022-12-18 13:57:50 -05:00
parent 8884dbd023
commit 6200355372
No known key found for this signature in database
GPG key ID: B1C5A64B80691E45
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "origin"] [submodule "origin"]
path = external/egui path = external/egui
url = https://github.com/hinto-janaiyo/egui url = https://github.com/hinto-janaiyo/egui
[submodule "external/rust-runas"]
path = external/rust-runas
url = https://github.com/mitsuhiko/rust-runas

6
external/README.md vendored Normal file
View file

@ -0,0 +1,6 @@
# 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 |

1
external/rust-runas vendored Submodule

@ -0,0 +1 @@
Subproject commit 54ace0fcc09f54bdbd057452270989cb90880894