mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
moved theme assets local to crate (#2329)
* moved theme assets local to crate * remove the TODO comment
This commit is contained in:
parent
2ad07912d9
commit
43e9c89125
2 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl Default for HtmlTheme {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(RustEmbed)]
|
#[derive(RustEmbed)]
|
||||||
#[folder = "../../assets/"] // TODO: Should assets be part of the crate versus the project?
|
#[folder = "assets/"]
|
||||||
struct Assets;
|
struct Assets;
|
||||||
|
|
||||||
pub struct ToHTML;
|
pub struct ToHTML;
|
||||||
|
|
Loading…
Reference in a new issue