mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Implement delays for show() and switch()
This commit is contained in:
parent
2518e292ed
commit
5262ef711c
6 changed files with 376 additions and 216 deletions
|
|
@ -1,6 +1,7 @@
|
|||
local version = { major = 0, minor = 3, patch = 1 }
|
||||
|
||||
local root = require "./root"
|
||||
local branch = require "./branch"
|
||||
local mount = require "./mount"
|
||||
local create = require "./create"
|
||||
local apply = require "./apply"
|
||||
|
|
@ -50,6 +51,7 @@ local vide = {
|
|||
|
||||
-- core
|
||||
root = root,
|
||||
--branch = branch,
|
||||
mount = mount,
|
||||
create = create,
|
||||
source = source,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue