🔥 Remove minimal crate for PageTop integration
This commit is contained in:
parent
156429beb0
commit
7e21ddbf90
42 changed files with 0 additions and 5430 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue