mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
7 lines
142 B
YAML
7 lines
142 B
YAML
install:
|
|
- sudo apt-get install libudev-dev libxrandr-dev
|
|
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh
|
|
script:
|
|
- cargo build
|
|
|