Berkeley SoftFloat 3e ......................... BSD-3-Clause
bitflags 1.3.2, 2.13.0 ........................ MIT
cfg-if 1.0.4 .................................. MIT
crossbeam-deque 0.8.7 ......................... MIT
crossbeam-epoch 0.9.20 ........................ MIT
crossbeam-utils 0.8.22 ........................ MIT
either 1.16.0 ................................. MIT
libc 0.2.186 .................................. MIT
lock_api 0.4.14 ............................... MIT
midir 0.10.4 .................................. MIT
parking_lot 0.12.5 ............................ MIT
parking_lot_core 0.9.12 ....................... MIT
rayon 1.12.0 .................................. MIT
rayon-core 1.13.0 ............................. MIT
Rust standard library ......................... MIT
rustysynth 1.3.6 .............................. MIT
scopeguard 1.2.0 .............................. MIT
sdl3 0.18.4 (Rust wrapper) .................... MIT
SDL3 3.4.12 (native C library) ................ Zlib
sdl3-sys 0.6.7 (Rust FFI bindings) ............ Zlib
smallvec 1.15.2 ............................... MIT
windows 0.56.0 ................................ MIT
windows-core 0.56.0 ........................... MIT
windows-link 0.2.1 ............................ MIT
windows-result 0.1.2 .......................... MIT
windows-targets 0.52.6 ........................ MIT
windows_x86_64_msvc 0.52.6 .................... MIT


======================================================================
MIT
======================================================================

The components below are covered by the licence reproduced in full
at the end of this section.

  Copyright (c) The Rust Project Developers
    bitflags 1.3.2, 2.13.0
    libc 0.2.186
    rayon 1.12.0
    rayon-core 1.13.0
    Rust standard library

  Copyright (c) 2014 Alex Crichton
    cfg-if 1.0.4

  Copyright (c) 2019 The Crossbeam Project Developers
    crossbeam-deque 0.8.7
    crossbeam-epoch 0.9.20
    crossbeam-utils 0.8.22

  Copyright (c) 2015 The either authors
    either 1.16.0

  Copyright (c) 2016 The Rust Project Developers
    lock_api 0.4.14
    parking_lot 0.12.5
    parking_lot_core 0.9.12

  Copyright (c) 2015 Patrick Reisert and the RtMidi contributors
    midir 0.10.4

  Copyright (C) 2022 Nobuaki Tanaka
    rustysynth 1.3.6

  Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard
  developers
    scopeguard 1.2.0

  Copyright (c) 2013 Mozilla Foundation and the rust-sdl3 contributors
    sdl3 0.18.4 (Rust wrapper)

  Copyright (c) 2018 The Servo Project Developers
    smallvec 1.15.2

  Copyright (c) Microsoft Corporation
    windows 0.56.0
    windows-core 0.56.0
    windows-link 0.2.1
    windows-result 0.1.2
    windows-targets 0.52.6
    windows_x86_64_msvc 0.52.6

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


======================================================================
Zlib
======================================================================

The components below are covered by the licence reproduced in full
at the end of this section.

  Copyright (C) 1997-2026 Sam Lantinga
    SDL3 3.4.12 (native C library)

  Copyright (c) Maia S. Ravn and the sdl3-sys contributors
    sdl3-sys 0.6.7 (Rust FFI bindings)

zlib License

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.


======================================================================
BSD-3-Clause
======================================================================

  Berkeley SoftFloat 3e

License for Berkeley SoftFloat Release 3e

John R. Hauser
2018 January 20

The following applies to the whole of SoftFloat Release 3e as well as to
each source file individually.

Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
University of California.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

 1. Redistributions of source code must retain the above copyright notice,
    this list of conditions, and the following disclaimer.

 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions, and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
