WIP: Porting the server to Bevy #31

Closed
Schmarni-Dev wants to merge 46 commits from bevy_2 into dev
Showing only changes of commit 5c8a0845c2 - Show all commits

View File

@@ -5,5 +5,8 @@ DESTDIR := "/"
build: build:
cargo build --release cargo build --release
test:
cargo test
install: install:
install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server