SkibidiToilet3000
Its a long way down
3 weeks ago#1419415
Loading poll...
3 weeks ago#1419418
Ok
Mymykiller1488
I am not racist! I just hate niggas.And i like fpe and talk about it with tiquan and Wooski.
3 weeks ago#1419432
Nao
Mymykiller1488
I am not racist! I just hate niggas.And i like fpe and talk about it with tiquan and Wooski.
3 weeks ago#1419466
DO THIS NOW
3 weeks ago#1419468
actually, im going to do this for you
3 weeks ago#1419497
here you go. im to lazy to work on the rest of it:
use tao::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
window::WindowBuilder,
};
use wry::WebViewBuilder;
fn main() -> Result<(), Box<dyn stderrorError>> {
// 1. Create the operating system's event loop
let event_loop = EventLoop::new();
// 2. Build the desktop window
let window = WindowBuilder::new()
.with_title("Rust Web Window")
.with_inner_size(taodpiLogicalSize::new(1024.0, 768.0))
.build(&event_loop)?;
// 3. Build the webview and attach it to the window
let _webview = WebViewBuilder::new(&window)
.with_url("https://www.wikipedia.org")?
.build()?;
// 4. Run the application event loop
event_loop.run(move |event, _, control_flow| {
*control_flow = ControlFlow::Wait;
if let EventWindowEvent { event: WindowEventCloseRequested, .. } = event {
*control_flow = ControlFlow::Exit;
}
});
}
use tao::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
window::WindowBuilder,
};
use wry::WebViewBuilder;
fn main() -> Result<(), Box<dyn stderrorError>> {
// 1. Create the operating system's event loop
let event_loop = EventLoop::new();
// 2. Build the desktop window
let window = WindowBuilder::new()
.with_title("Rust Web Window")
.with_inner_size(taodpiLogicalSize::new(1024.0, 768.0))
.build(&event_loop)?;
// 3. Build the webview and attach it to the window
let _webview = WebViewBuilder::new(&window)
.with_url("https://www.wikipedia.org")?
.build()?;
// 4. Run the application event loop
event_loop.run(move |event, _, control_flow| {
*control_flow = ControlFlow::Wait;
if let EventWindowEvent { event: WindowEventCloseRequested, .. } = event {
*control_flow = ControlFlow::Exit;
}
});
}
Jones
https://www.youtube.com/shorts/yV2J4p2_KjA
3 weeks ago#1419518
does tao save cookies? also the namespaces raped the formattinghere you go. im to lazy to work on the rest of it:
use tao::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
window::WindowBuilder,
};
use wry::WebViewBuilder;
fn main() -> Result<(), Box<dyn stderrorError>> {
// 1. Create the operating system's event loop
let event_loop = EventLoop::new();
// 2. Build the desktop window
let window = WindowBuilder::new()
.with_title("Rust Web Window")
.with_inner_size(taodpiLogicalSize::new(1024.0, 768.0))
.build(&event_loop)?;
// 3. Build the webview and attach it to the window
let _webview = WebViewBuilder::new(&window)
.with_url("https://www.wikipedia.org")?
.build()?;
// 4. Run the application event loop
event_loop.run(move |event, _, control_flow| {
*control_flow = ControlFlow::Wait;
if let EventWindowEvent { event: WindowEventCloseRequested, .. } = event {
*control_flow = ControlFlow::Exit;
}
});
}
3 weeks ago#1419531
i have no idea i just asked gemini to do thisdoes tao save cookies? also the namespaces raped the formattingShow quoted text
here you go. im to lazy to work on the rest of it:
use tao::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
window::WindowBuilder,
};
use wry::WebViewBuilder;
fn main() -> Result<(), Box<dyn stderrorError>> {
// 1. Create the operating system's event loop
let event_loop = EventLoop::new();
// 2. Build the desktop window
let window = WindowBuilder::new()
.with_title("Rust Web Window")
.with_inner_size(taodpiLogicalSize::new(1024.0, 768.0))
.build(&event_loop)?;
// 3. Build the webview and attach it to the window
let _webview = WebViewBuilder::new(&window)
.with_url("https://www.wikipedia.org")?
.build()?;
// 4. Run the application event loop
event_loop.run(move |event, _, control_flow| {
*control_flow = ControlFlow::Wait;
if let EventWindowEvent { event: WindowEventCloseRequested, .. } = event {
*control_flow = ControlFlow::Exit;
}
});
}
Log in to reply to this thread.


