We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3354570 commit 40e6ff1Copy full SHA for 40e6ff1
docs/Project.toml
@@ -1,4 +1,4 @@
1
[deps]
2
-AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
Flux3D = "432009dd-59a1-4b72-8c93-6462ce9b220f"
+Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
docs/make.jl
@@ -1,6 +1,6 @@
using Flux3D
using Documenter
-using AbstractPlotting
+using Makie
5
makedocs(;
6
modules = [Flux3D],
0 commit comments