🔥 Remove minimal crate for PageTop integration

This commit is contained in:
Manuel Cillero 2023-09-25 22:38:33 +02:00
parent 156429beb0
commit 7e21ddbf90
42 changed files with 0 additions and 5430 deletions

View file

@ -16,7 +16,6 @@ license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { version = "0.0", path = "../pagetop" }
pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" }
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
static-files = "0.2.3"
[build-dependencies]

View file

@ -1,6 +1,5 @@
use pagetop::prelude::*;
use pagetop_jquery::JQuery;
use pagetop_minimal::component::*;
new_handle!(THEME_BULMIX);
@ -21,7 +20,6 @@ impl ModuleTrait for Bulmix {
fn dependencies(&self) -> Vec<ModuleRef> {
vec![
&pagetop_jquery::JQuery,
&pagetop_minimal::Minimal,
]
}