chore: make git checkout build on Windows with symlinks disabled

This commit is contained in:
Mads Marquart 2025-06-10 00:37:36 +02:00 committed by GitHub
parent 0b21c55b72
commit 4f33643509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 5 deletions

View file

@ -13,6 +13,13 @@ To save your time it's wise to check already opened [pull requests][prs] and
accepted, however larger new API proposals should go into the issue first. When accepted, however larger new API proposals should go into the issue first. When
in doubt contact us on [Matrix][matrix] or via opening an issue. in doubt contact us on [Matrix][matrix] or via opening an issue.
### Windows
To run the examples on Windows, you must have symlinks enabled, see
[this][git-windows-symlinks].
[git-windows-symlinks]: https://gitforwindows.org/symbolic-links.html
### Submitting your work and handling review ### Submitting your work and handling review
All patches have to be sent on Github as [pull requests][prs]. To simplify your All patches have to be sent on Github as [pull requests][prs]. To simplify your

View file

@ -113,7 +113,3 @@ tracing-web.workspace = true
wasm-bindgen-futures.workspace = true wasm-bindgen-futures.workspace = true
wasm-bindgen-test.workspace = true wasm-bindgen-test.workspace = true
web-time.workspace = true web-time.workspace = true
[[example]]
doc-scrape-examples = true
name = "window"

View file

@ -1 +0,0 @@
../docs

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After