tauri-runtime-cef 3.0.0-alpha.1

Tauri runtime interface for Chromium Embedded Framework
1
2
3
4
5
6
7
8
9
10
// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

pub(crate) mod client;
pub(crate) mod cookie;
pub(crate) mod ipc;
pub(crate) mod preferences;
pub(crate) mod request_context;
pub(crate) mod request_handler;