Skip to content

Commit

Permalink
Update some wrap refs to the new repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
checkroom committed Nov 25, 2024
1 parent b80a4ed commit b5c7d51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ does not somehow. But just `./two-buttons.xml` does? Check why!
- [x] Swift6 is added, but meson cannot find swiftc. Why?
- [x] Unable to append args to meson setup
- [ ] Escape vs_debug (tabs).
- [ ] Add TESTING flag in scripts to determine if some content should be run or not.

### Scripting

- [ ] Expose path and the fetcher to embedded script at some degree.
- [ ] Make errors in C scripts less useless
- [x] Make errors in C scripts less useless
- [x] Add `#line` to C library to properly count lines for error location
- [ ] Add `#file` based on the path in the path where it happens
- [ ] Support for compact scripts
- [x] C script
- [ ] JS script
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libtcc.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wrap-git]
url = https://github.com/KaruroChori/tcc-vs
url = https://github.com/lazy-eggplant/tcc
revision = head
depth = 1
#patch_directory = libtcc
Expand Down
2 changes: 1 addition & 1 deletion subprojects/vs-templ.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wrap-git]
url = https://github.com/KaruroChori/vs-templ.git
url = https://github.com/lazy-eggplant/vs.templ.git
revision = head
depth = 1
method = meson
Expand Down

0 comments on commit b5c7d51

Please sign in to comment.