[go: up one dir, main page]

cala_core 0.1.1

Low-level platform glue for Cala
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// cala_core
//
// Copyright (c) 2020 Jeron Aldaron Lau
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// https://apache.org/licenses/LICENSE-2.0>, or the Zlib License, <LICENSE-ZLIB
// or http://opensource.org/licenses/Zlib>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.

//! Operating System Specific APIs

#[cfg(any(feature = "docs-rs", target_arch = "wasm32"))]
pub mod web;