
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.
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo bundle --example capture
|
|
open ../../target/debug/examples/bundle/osx/Capture.app
|