diff --git a/Cargo.toml b/Cargo.toml index 275a4c7..5ecfccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.0.2" +version = "1.0.3" authors = ["Will Hedgecock "] license = "MIT" documentation = "https://docs.rs/musicxml/latest/" @@ -16,8 +16,8 @@ categories = ["api-bindings", "encoding", "parsing"] publish = true [workspace.dependencies] -musicxml_internal = { path = "musicxml_internal", version = "1.0.2" } -musicxml_macros = { path = "musicxml_macros", version = "1.0.2" } +musicxml_internal = { path = "musicxml_internal", version = "1.0.3" } +musicxml_macros = { path = "musicxml_macros", version = "1.0.3" } [profile.release] codegen-units = 4096 diff --git a/musicxml/Cargo.toml b/musicxml/Cargo.toml index 62d5103..98de8e8 100644 --- a/musicxml/Cargo.toml +++ b/musicxml/Cargo.toml @@ -13,6 +13,9 @@ keywords.workspace = true categories.workspace = true publish.workspace = true +[package.metadata.docs.rs] +rustdoc-args = ["--extend-css", "musicxml/assets/docs.css"] + [dependencies] regex = { version = "1.10", default-features = false, features = ["std", "perf"] } zip = { version = "2.1", default-features = false, features = ["deflate"] } diff --git a/musicxml/assets/docs.css b/musicxml/assets/docs.css index bc74c73..958409b 100644 --- a/musicxml/assets/docs.css +++ b/musicxml/assets/docs.css @@ -1,7 +1,7 @@ @font-face { font-family: 'smufl'; - src: url('fonts/BravuraText.woff2') format('woff2'), - url('fonts/BravuraText.woff') format('woff'); + src: url('https://hedgetechllc.github.io/musicxml/fonts/BravuraText.woff2') format('woff2'), + url('https://hedgetechllc.github.io/musicxml/fonts/BravuraText.woff') format('woff'); font-weight: normal; font-style: normal; }