softbuffer/.cargo/config.toml
John Nunley 44248477be
feat: Add a function for retrieving the window contents
This function is useful for testing the window contents in certain cases. In addition,
this means that we can now have reliable tests for softbuffer's actual functionality.

Signed-off-by: John Nunley <jtnunley01@gmail.com>
Co-authored-by: dAxpeDDa <daxpedda@gmail.com>
2023-06-01 20:09:30 -07:00

5 lines
140 B
TOML

[alias]
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]
[target.wasm32-unknown-unknown]
runner = "wasm-bindgen-test-runner"