mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-11-16 17:27:37 +00:00
Update [/external]
This commit is contained in:
parent
8884dbd023
commit
6200355372
3 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "origin"]
|
||||
path = external/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
6
external/README.md
vendored
Normal 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
1
external/rust-runas
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 54ace0fcc09f54bdbd057452270989cb90880894
|
Loading…
Reference in a new issue