drawbar 0.6.0

Your Nord's sounds, in a window: browse, edit and send programs, samples and pianos, in the browser or on the desktop
Documentation
# cargo-about's configuration for `scripts/licences.bash`.

# An `OR` expression resolves to the first licence here that it offers: those a binary
# need not credit, then those it must.
accepted = [
  "0BSD",
  "Unlicense",
  "Zlib",
  "BSL-1.0",
  "CC0-1.0",
  "MIT",
  "ISC",
  "BSD-2-Clause",
  "BSD-3-Clause",
  "Unicode-3.0",
  "Apache-2.0",
  "OFL-1.1",
  "Ubuntu-font-1.0",
]
ignore-build-dependencies = true
ignore-dev-dependencies = true
# The triples drawbar ships on.
targets = [
  "aarch64-apple-darwin",
  "aarch64-unknown-linux-gnu",
  "wasm32-unknown-unknown",
  "x86_64-apple-darwin",
  "x86_64-pc-windows-gnu",
  "x86_64-unknown-linux-gnu",
]

# These ship their Apache-2.0 text without its appendix, which cargo-about scores as Pixar.
[ab_glyph.clarify]
files = [
  { checksum = "a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9", license = "Apache-2.0", path = "LICENSE" },
]
license = "Apache-2.0"

[ab_glyph_rasterizer.clarify]
files = [
  { checksum = "a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9", license = "Apache-2.0", path = "LICENSE" },
]
license = "Apache-2.0"

[owned_ttf_parser.clarify]
files = [
  { checksum = "a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9", license = "Apache-2.0", path = "LICENSE" },
]
license = "Apache-2.0"

# dpi's MIT half is libm's, whose notice in `LICENSE-LIBM-MIT` scores below the threshold.
[dpi.clarify]
files = [
  { checksum = "9eff396a99bafd208e7126602420d6864f6066c08b84485a5b032320a9c01997", license = "MIT", path = "LICENSE-LIBM-MIT" },
  { checksum = "6dc0e068dcf3a5bc8e054205b85b7720e1d49265bbc64bf515d2cf79197df69a", license = "Apache-2.0", path = "LICENSE" },
]
license = "Apache-2.0 AND MIT"

# The windows crates name their licence files in lower case, which cargo-about does not find.
[windows.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-collections.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-core.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-future.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-implement.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-interface.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-link.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-numerics.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-result.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-strings.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-sys.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-targets.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows-threading.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"

[windows_x86_64_gnu.clarify]
files = [
  { checksum = "c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383", license = "MIT", path = "license-mit" },
]
license = "MIT OR Apache-2.0"