mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
This commit is contained in:
parent
0d542c66a6
commit
7dead44ac5
9 changed files with 207 additions and 173 deletions
|
|
@ -29,15 +29,7 @@ local function wrap_root(fn: () -> ())
|
|||
end
|
||||
end
|
||||
|
||||
local NIL = nil
|
||||
|
||||
-- vide.mount(function()
|
||||
-- local src = vide.source(0)
|
||||
|
||||
-- vide.effect(function()
|
||||
-- axasd += 1
|
||||
-- end)
|
||||
-- end)
|
||||
local NIL = nil :: any
|
||||
|
||||
TEST("graph", function()
|
||||
local create_node = graph.create_node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue