fix(wing): update to new repo (#6446)

This commit is contained in:
Mark McCulloh 2024-04-14 11:53:37 -04:00 committed by GitHub
parent d2f4c78303
commit 40e8c92f99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 7 deletions

View file

@ -2297,13 +2297,10 @@ list.wgsl_bevy = {
list.wing = {
install_info = {
url = "https://github.com/winglang/wing",
url = "https://github.com/winglang/tree-sitter-wing",
files = { "src/parser.c", "src/scanner.c" },
location = "libs/tree-sitter-wing",
requires_generate_from_grammar = true,
},
maintainers = { "@gshpychka", "@MarkMcCulloh" },
experimental = true,
}
list.xcompose = {