XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

oscavmgr: recommend VrcAdvert

+1 -3
+1 -3
Formula/oscavmgr.rb
··· 1 - # Documentation: https://docs.brew.sh/Formula-Cookbook 2 - # https://rubydoc.brew.sh/Formula 3 - # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! 4 1 class Oscavmgr < Formula 5 2 desc "Face tracking & utilities for Resonite and VRC" 6 3 homepage "https://github.com/galister/oscavmgr" ··· 11 8 depends_on "rust" => :build 12 9 depends_on :linux 13 10 depends_on "openxr-generated" 11 + depends_on "vrc-advert" => :optional 14 12 15 13 def install 16 14 system "cargo", "install", *std_cargo_args