ZIm/crates/gpui/script/capture
Nathan Sobo ad0f75f386 Add capture example to GPUI
Added a linker arg to the GPUI build script. Not sure if we'll want to bake
this into GPUI or do it via another crate, but this is convenient for
exploration for now.
2022-09-13 14:10:13 +02:00

4 lines
100 B
Bash
Executable file

#!/bin/bash
cargo bundle --example capture
open ../../target/debug/examples/bundle/osx/Capture.app