diff --git a/K/KiteSimulators/Compat.toml b/K/KiteSimulators/Compat.toml new file mode 100644 index 000000000000000..e040c7812473094 --- /dev/null +++ b/K/KiteSimulators/Compat.toml @@ -0,0 +1,14 @@ +[0] +AtmosphericModels = "0.1" +GLMakie = "0.4.7-0.4" +Joysticks = "0.1" +KiteModels = "0.4" +KitePodModels = "0.2" +KiteViewers = "0.2.1-0.2" +Parameters = "0.12" +Plots = "1.29.0-1" +Reexport = "1" +StaticArrays = "1.4.0-1" +TestEnv = "1" +Timers = "0.1" +julia = "1" diff --git a/K/KiteSimulators/Deps.toml b/K/KiteSimulators/Deps.toml new file mode 100644 index 000000000000000..c4620022af0b1b9 --- /dev/null +++ b/K/KiteSimulators/Deps.toml @@ -0,0 +1,14 @@ +[0] +AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295" +GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" +Joysticks = "82f05805-4863-42dc-b1a7-0852bd62c632" +KiteModels = "b94af626-7959-4878-9336-2adc27959007" +KitePodModels = "9de5dc81-f971-414a-927b-652b2f41c539" +KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533" +KiteViewers = "2e593061-95e7-45e4-95f4-df0491f2e601" +Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b" +Timers = "21f18d07-b854-4dab-86f0-c15a3821819a" diff --git a/K/KiteSimulators/Package.toml b/K/KiteSimulators/Package.toml new file mode 100644 index 000000000000000..aab9f31cbdbb663 --- /dev/null +++ b/K/KiteSimulators/Package.toml @@ -0,0 +1,3 @@ +name = "KiteSimulators" +uuid = "a262fb0b-5671-4fb4-9d61-972db9a18944" +repo = "https://github.com/aenarete/KiteSimulators.jl.git" diff --git a/K/KiteSimulators/Versions.toml b/K/KiteSimulators/Versions.toml new file mode 100644 index 000000000000000..da17d94f2d77049 --- /dev/null +++ b/K/KiteSimulators/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "bc9436fb36da9743182571956e6d1225c48c7584" diff --git a/Registry.toml b/Registry.toml index 9208fd5278c9ffa..0c09b38915e72f4 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4885,6 +4885,7 @@ a25bc8ac-9d24-42b2-8edd-3d267ec19fc5 = { name = "ComoniconOptions", path = "C/Co a25cea48-d430-424a-8ee7-0d3ad3742e9e = { name = "SpecialPolynomials", path = "S/SpecialPolynomials" } a2619673-1d62-4ca3-9815-ccab58eb1c5a = { name = "FAME", path = "F/FAME" } a262596c-dd27-4d54-b019-3619024addbd = { name = "RemoveLFS", path = "R/RemoveLFS" } +a262fb0b-5671-4fb4-9d61-972db9a18944 = { name = "KiteSimulators", path = "K/KiteSimulators" } a2669504-c0c1-59c8-a2df-73186d0f9ddc = { name = "PriorityChannels", path = "P/PriorityChannels" } a26e6606-dd52-5f6a-a97f-4f611373d757 = { name = "DICOM", path = "D/DICOM" } a271ce43-5be6-465b-b549-2328063b090f = { name = "SlackThreads", path = "S/SlackThreads" }