Fix incorrect textures being rendered #29

Closed
Schmarni-Dev wants to merge 17 commits from fix_texture_issues into dev
Showing only changes of commit a4ec7c7c6b - Show all commits

9
justfile Normal file
View File

@@ -0,0 +1,9 @@
PREFIX := "usr"
BINARY := PREFIX / "bin"
DESTDIR := "/"
build:
cargo build --release
install:
install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server