mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update accesskit to 0.11 (#3012)
* Update accesskit to 0.11 * Add instructions on how to test the web viewer to CONTRIBUTING.md Also removed dependency on `jq` Closes https://github.com/emilk/egui/issues/2859
This commit is contained in:
@@ -85,7 +85,8 @@ echo "Building rust…"
|
||||
)
|
||||
|
||||
# Get the output directory (in the workspace it is in another location)
|
||||
TARGET=`cargo metadata --format-version=1 | jq --raw-output .target_directory`
|
||||
# TARGET=`cargo metadata --format-version=1 | jq --raw-output .target_directory`
|
||||
TARGET="target"
|
||||
|
||||
echo "Generating JS bindings for wasm…"
|
||||
TARGET_NAME="${CRATE_NAME}.wasm"
|
||||
|
||||
Reference in New Issue
Block a user