]> git.puffer.fish Git - matthieu/nova.git/commit
new build system
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 11:43:10 +0000 (15:43 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 11:43:10 +0000 (15:43 +0400)
commit0f90d0f3d30a728457e6bc5c4d1d933a8014e099
treeb1468081a32546e8d01fba622f978cdd326cf6fd
parent277f38bbe89e4db57b73a4e28bf1be2f5c50ce27
new build system
20 files changed:
Cargo.lock
Cargo.toml
Makefile
exes/all-in-one/Cargo.toml [deleted file]
exes/all-in-one/build.rs [deleted file]
exes/all-in-one/src/errors.rs [deleted file]
exes/all-in-one/src/ffi.rs [deleted file]
exes/all-in-one/src/lib.rs [deleted file]
exes/all-in-one/src/main.rs [deleted file]
exes/all-in-one/src/utils.rs [deleted file]
go.mod
go.sum
internal/pkg/all-in-one/all_in_one.h [new file with mode: 0644]
libs/all_in_one/Cargo.toml [new file with mode: 0644]
libs/all_in_one/build.rs [new file with mode: 0644]
libs/all_in_one/src/errors.rs [new file with mode: 0644]
libs/all_in_one/src/ffi.rs [new file with mode: 0644]
libs/all_in_one/src/lib.rs [new file with mode: 0644]
libs/all_in_one/src/utils.rs [new file with mode: 0644]
libs/shared/src/payloads.rs